home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000287_news@columbia.edu _Fri Aug 30 15:24:20 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id PAA14644 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 30 Aug 1996 15:24:20 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id PAA20181 for kermit.misc@watsun; Fri, 30 Aug 1996 15:24:19 -0400 (EDT)
  4. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.erols.net!nntp04.primenet.com!nntp.primenet.com!news.mathworks.com!newsfeed.internetmci.com!in2.uu.net!skypoint.com!not-for-mail
  5. From: escargo@skypoint.com (David S Cargo)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: MSK3.14, Windows, and 3COM ethernet
  8. Date: 30 Aug 1996 14:23:29 -0500
  9. Organization: SkyPoint Communications Inc.
  10. Lines: 67
  11. Message-ID: <507f3h$4b4@mirage.skypoint.com>
  12. References: <505ku0$sn3@mirage.skypoint.com> <1996Aug30.094351.84361@cc.usu.edu>
  13. NNTP-Posting-Host: mirage.skypoint.com
  14.  
  15. In article <1996Aug30.094351.84361@cc.usu.edu>,
  16. Joe Doupnik <jrd@cc.usu.edu> wrote:
  17. >In article <505ku0$sn3@mirage.skypoint.com>,
  18. > escargo@skypoint.com (David S Cargo) writes:
  19. >> After not being able to achieve stable operation with the packet driver
  20. >> and Kermit with DOS, I switched to using the ODI drivers with DOS,
  21. >> which has worked reliably.  I decided to try running with windows using
  22. >> the following setup.  The first two lines I run from the batch file;
  23. >> I need them to use Kermit from DOS.  The next two lines I typed by hand.
  24. >> They seemed to work, but when I connected to the router at the other end
  25. >> of my ethernet cable, it had not received any ethernet packets.  It's
  26. >> working under DOS (which is how this message is getting sent).
  27. >> 
  28. >> Any suggestions on how the find and fix the problem are welcome.
  29. >> 
  30. >> David S. Cargo (escargo@skypoint.com)
  31. >> 
  32. >> @echo off
  33. >> REM  Netware startup
  34. >> if not exist C:\NWCLIENT\lsl.com goto noNetware
  35. >> if not exist C:\NWCLIENT\ipxodi.com goto noNetware
  36. >> rem if not exist C:\NWCLIENT\vlm.exe goto noNetware
  37. >> C:\NWCLIENT\lsl.com
  38. >> C:\NWCLIENT\3C5X9.com
  39. >> rem C:\NWCLIENT\ODIPKT 0 96
  40. >> rem C:\NWCLIENT\WINPKT 0x60
  41. >> rem C:\NWCLIENT\ipxodi.com
  42. >> rem C:\NWCLIENT\vlm.exe
  43. >> rem f:\login
  44. >> rem c:
  45. >> rem goto doneNetware
  46. >> :noNetware
  47. >> rem echo Netware client software missing, Netware not started
  48. >> :doneNetware
  49. >------------
  50. >    I'm a little confused. The above works fine at DOS level, I infer,
  51. >but if you then start Windows (version??) it does not, correct? If so then
  52. >the obvious suggestion is to look for conflicts over the hardware,
  53. > particularly
  54. >the IRQ (probably overlaps a serial or parallel port). Don't forget about
  55. >Plug&Play upsetting the 3Com board.
  56. >    Joe D.
  57.  
  58. Let me be more clear; I had to run quick to fold some laundry in the middle
  59. of the message.
  60.  
  61. I'm running DOS 6.22 or Windows 3.1.  There's no Windows 95 and no
  62. Plug&Pray involved.  I don't think I have any port conflicts.
  63.  
  64. Running lsl and 3com5x9 lets me run Kermit 3.14 from DOS over Ethernet
  65. without problem.  Reading setup.doc led me to conclude that I should
  66. be able to run Kermit 3.14 from Windows if I also ran odipkt and
  67. winpkt.  So I tried it using this batch file and then running the
  68. remarked out lines for odipkt and winpkt by hand, and then starting
  69. Windows.
  70.  
  71. According to a Windows inspection program, winpkt was running at
  72. software interrupt 0x60, just like it was supposed to.  But, when
  73. I opened a MS-DOS prompt and ran Kermit, no Ethernet traffic was
  74. being generated.  (At least according to the router at the other end,
  75. which I could reach just fine using DOS.)
  76.  
  77. So, what might I be doing wrong.  The setup.doc is less than clear
  78. on this point, in terms of complete examples.
  79.  
  80. David S. Cargo
  81.